* make-dist: Include any *.in files in oldXMenu in the distribution.
authorJim Blandy <jimb@redhat.com>
Sun, 16 May 1993 19:32:53 +0000 (19:32 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 16 May 1993 19:32:53 +0000 (19:32 +0000)
make-dist

index 99216ac40f29e024a1097c0ca99790b276e9c155..4853a3e840c51ce30fb7ff26884f85d6001ac42e 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -198,7 +198,7 @@ echo "Making links to \`lib-src'."
 
 echo "Making links to \`oldXMenu'."
 (cd oldXMenu
- ln *.c *.h ../${tempdir}/oldXMenu
+ ln *.c *.h *.in ../${tempdir}/oldXMenu
  ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu
  ln compile.com descrip.mms ../${tempdir}/oldXMenu)